home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / vgw102a.zip / NOLINE.FRM < prev    next >
Text File  |  1994-09-18  |  579b  |  17 lines

  1. {This tests the NoLine command}
  2. [Print"Offset=3"]Class: [classname]       [NoLine]
  3. Date: [date]
  4. [SAY"This form shows the use of the noline command: it prints students without starting a new line."]
  5. Name: [name:25] ID: [id]
  6. Section: [section:3]                    Notes: [DB@1][DBVal]
  7. [Print"Offset=3"]
  8. Task scores:
  9. [Print"Offset=6"]{<=This forces the second line to be indented}
  10. [repeat(1)][dtask@1][taskname]/[taskscore:0:2][NoLine]["    "]
  11. [Print"Offset=3"]{<=Unindents the lines}
  12.  
  13. Students:
  14. [Print"Offset=6"]
  15. [students][Name]["    "][NoLine]
  16. [Print"Offset=3"]
  17.